From 8bfef356cc5a329f9385510fb9b87665ec9ef040 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 24 Mar 2020 12:01:28 -0400 Subject: [PATCH] update show alert test code --- robotgo_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/robotgo_test.go b/robotgo_test.go index acd2d00..84ffdb4 100644 --- a/robotgo_test.go +++ b/robotgo_test.go @@ -13,6 +13,7 @@ package robotgo import ( + "log" "testing" "github.com/vcaesar/tt" @@ -152,8 +153,9 @@ func TestBitmap(t *testing.T) { func TestAlert(t *testing.T) { go func() { - MilliSleep(100) + MilliSleep(200) KeyTap("enter") + log.Println("tap...") }() i := ShowAlert("t", "msg")