Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
berejant committed Mar 24, 2024
1 parent 4aa952d commit c05e7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestRealtimeImport.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit c05e7b2

Please sign in to comment.