From 4fe715ff8e9b696f1b9fe9fc2a9c6e3d2ee6a33d Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 6 Dec 2023 10:56:41 +0100 Subject: [PATCH] =?UTF-8?q?MUI=20-=20Restore=20sleeping=20time=20"1000"=20?= =?UTF-8?q?in=20=E2=80=9CAppVeyor=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/TestAhkNotepad3.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TestAhkNotepad3.ahk b/test/TestAhkNotepad3.ahk index aa88aeb5a..bfb3e866a 100644 --- a/test/TestAhkNotepad3.ahk +++ b/test/TestAhkNotepad3.ahk @@ -36,9 +36,9 @@ if (v_ErrLevel != 0) ; ----------------------------------------------------------------------------- GoSub CHECK_NP3_STARTS -Sleep, 500 +Sleep, 1000 GoSub CHECK_WIN_TITLE -Sleep, 500 +Sleep, 1000 GoSub CHECK_ABOUT_BOX