Slow down Unison testing to make more reliable

This commit is contained in:
Radon Rosborough 2021-08-21 00:00:39 -07:00
parent 2a65f7772d
commit 62f00c6af9
1 changed files with 5 additions and 3 deletions

View File

@ -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