Slow down Unison testing to make more reliable
This commit is contained in:
parent
2a65f7772d
commit
62f00c6af9
|
@ -63,9 +63,11 @@ scope:
|
|||
code: |
|
||||
x = 123 * 234
|
||||
input: |
|
||||
DELAY: 3
|
||||
DELAY: 5
|
||||
load main.u
|
||||
DELAY: 3
|
||||
DELAY: 5
|
||||
add x
|
||||
DELAY: 3
|
||||
DELAY: 5
|
||||
display x
|
||||
|
||||
timeoutFactor: 2
|
||||
|
|
Loading…
Reference in New Issue