Skip to content

Commit

Permalink
fix sometimes failing tests
Browse files Browse the repository at this point in the history
needed more sleep
  • Loading branch information
phil294 committed Jul 11, 2023
1 parent fc88e1b commit b261c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ _errorlevel =
;Menu, MenuName, Cmd [, P3, P4, P5, FutureUse]

MouseClick, L, 35, 60
sleep 20
sleep 50
expect = click gui button,gui_button_clicked_success,1
gosub assert
gui_button_clicked_success =
Expand Down Expand Up @@ -686,7 +686,7 @@ hokey_send_raw =
; ;;;;;;;;;;

Send, {LButton}
sleep 20
sleep 50
expect = send {lbutton},gui_button_clicked_success,1
gosub assert
gui_button_clicked_success =
Expand Down

0 comments on commit b261c2d

Please sign in to comment.