Skip to content

Commit

Permalink
Try to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mike8699 committed Oct 22, 2023
1 parent 95f802c commit bc0e245
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/desmume/test_playthrough_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ def test_mercay_1(base_rom_emu: DeSmuMEWrapper, aux_data: ShufflerAuxData):
base_rom_emu.wait(20)

# Pickup and throw each rock in Mercay NPC's yard
base_rom_emu.touch_input((134, 121), 2)
base_rom_emu.touch_input((134, 121), 1)
base_rom_emu.wait(60)
base_rom_emu.touch_input((134, 121), 2)
base_rom_emu.touch_input((134, 121), 1)
base_rom_emu.wait(60)
base_rom_emu.touch_input((53, 87), 2)
base_rom_emu.touch_input((53, 109), 1)
base_rom_emu.wait(60)
base_rom_emu.touch_input((53, 87), 2)
base_rom_emu.touch_input((53, 109), 1)
base_rom_emu.wait(60)
base_rom_emu.touch_input((163, 40), 2)
base_rom_emu.touch_input((163, 40), 1)
base_rom_emu.wait(60)
base_rom_emu.touch_input((163, 40), 2)
base_rom_emu.touch_input((163, 40), 1)
base_rom_emu.wait(60)
base_rom_emu.touch_input((128, 34), 2)
base_rom_emu.touch_input((128, 34), 1)
base_rom_emu.wait(60)
base_rom_emu.touch_input((128, 134), 2)
base_rom_emu.touch_input((128, 134), 1)
base_rom_emu.wait(60)

# Talk to Mercay NPC
Expand Down

0 comments on commit bc0e245

Please sign in to comment.