Skip to content

Commit 310fb05

Browse files
committed
Make delay test even more lenient
1 parent 0f1f3fc commit 310fb05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/delay/autotester.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"__comment": "FIXME timing is overly lenient becuase the autotester framework is bad",
2+
"__comment": "FIXME timing is way too lenient because the autotester framework and travis are trash",
33
"rom": "84pce_515.rom",
44
"transfer_files": [
55
"bin/DEMO.8xp"
@@ -11,7 +11,7 @@
1111
"sequence": [
1212
"action|launch",
1313
"hashWait|1",
14-
"delay|4800",
14+
"delay|4500",
1515
"hashWait|2",
1616
"hashWait|3"
1717
],
@@ -27,7 +27,7 @@
2727
"start": "vram_start",
2828
"size": "vram_16_size",
2929
"expected_CRCs": [ "948248E" ],
30-
"timeout": 500
30+
"timeout": 1100
3131
},
3232
"3": {
3333
"description": "Back to the home screen (exit check)",

0 commit comments

Comments
 (0)