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