Skip to content

Commit 3dd6948

Browse files
committed
GO-4270 Increase timeout in test
1 parent 3a238c2 commit 3dd6948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/subscription/service_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func TestService_Search(t *testing.T) {
8282
require.NoError(t, err)
8383

8484
// Wait enough time to flush pending updates to subscriptions handler
85-
time.Sleep(batchTime + time.Millisecond)
85+
time.Sleep(batchTime + 3*time.Millisecond)
8686

8787
spaceSub.onChange([]*entry{
8888
newEntry("1", &types.Struct{Fields: map[string]*types.Value{

0 commit comments

Comments
 (0)