Skip to content

Commit 4648efa

Browse files
committed
Make delay test more lenient
1 parent 62bb484 commit 4648efa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/delay/autotester.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"__comment": "FIXME timing is overly lenient becuase the autotester framework is bad",
23
"rom": "84pce_515.rom",
34
"transfer_files": [
45
"bin/DEMO.8xp"
@@ -10,7 +11,7 @@
1011
"sequence": [
1112
"action|launch",
1213
"hashWait|1",
13-
"delay|5100",
14+
"delay|4800",
1415
"hashWait|2"
1516
],
1617
"hashes": {
@@ -24,8 +25,8 @@
2425
"description": "Done",
2526
"start": "vram_start",
2627
"size": "vram_16_size",
27-
"expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44", "948248E" ],
28-
"timeout": 250
28+
"expected_CRCs": [ "948248E" ],
29+
"timeout": 500
2930
}
3031
}
3132
}

0 commit comments

Comments
 (0)