Skip to content

Commit

Permalink
Adjust timing of mametest script to fix flakiness on the CI server.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Sep 16, 2024
1 parent 351c4a7 commit 26f474f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arch/oric/mame-test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ coroutine.resume(coroutine.create(function()
kbd:post_coded("30 ldy #0x34{ENTER}") wait_kbd()
kbd:post_coded("40 label: jmp label{ENTER}") wait_kbd()
kbd:post_coded("save test.asm{ENTER}") wait_kbd()
emu.wait(7)
emu.wait(9)
kbd:post_coded("quit{ENTER}") wait_kbd()
emu.wait(6)
emu.wait(7)
kbd:post_coded("asm test.asm test.com{ENTER}") wait_kbd()
emu.wait(40)
kbd:post_coded("test{ENTER}") wait_kbd()
Expand Down

0 comments on commit 26f474f

Please sign in to comment.