We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1f3fc commit 310fb05Copy full SHA for 310fb05
examples/delay/autotester.json
@@ -1,5 +1,5 @@
1
{
2
- "__comment": "FIXME timing is overly lenient becuase the autotester framework is bad",
+ "__comment": "FIXME timing is way too lenient because the autotester framework and travis are trash",
3
"rom": "84pce_515.rom",
4
"transfer_files": [
5
"bin/DEMO.8xp"
@@ -11,7 +11,7 @@
11
"sequence": [
12
"action|launch",
13
"hashWait|1",
14
- "delay|4800",
+ "delay|4500",
15
"hashWait|2",
16
"hashWait|3"
17
],
@@ -27,7 +27,7 @@
27
"start": "vram_start",
28
"size": "vram_16_size",
29
"expected_CRCs": [ "948248E" ],
30
- "timeout": 500
+ "timeout": 1100
31
},
32
"3": {
33
"description": "Back to the home screen (exit check)",
0 commit comments