From c05e7b2f3dab25b8b863deb69537de177bd8612e Mon Sep 17 00:00:00 2001 From: Anton Berezhnyi Date: Sun, 24 Mar 2024 02:24:00 +0200 Subject: [PATCH] Increase timeout --- TestRealtimeImport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestRealtimeImport.go b/TestRealtimeImport.go index 75a6142..d6e885b 100644 --- a/TestRealtimeImport.go +++ b/TestRealtimeImport.go @@ -104,7 +104,7 @@ func TestRealtimeImport(t *testing.T, userId int, expectDisciplineId int, expect ) startTime := time.Now() - waitUntilCalled(expectNewScoreMessageScope, 15*time.Second) + waitUntilCalled(expectNewScoreMessageScope, 30*time.Second) actualWaitingTime := time.Since(startTime) assert.Equal(t, 1, expectNewScoreMessageScope.Hits())