Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy committed Jan 10, 2024
1 parent 0a11502 commit 01283a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/pkg/engine/resolve/resolve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4171,7 +4171,7 @@ func TestResolver_ResolveGraphQLSubscription(t *testing.T) {

err := resolver.AsyncResolveGraphQLSubscription(&ctx, plan, recorder, id)
assert.NoError(t, err)
recorder.AwaitMessages(t, 1, time.Second)
recorder.AwaitMessages(t, 1, time.Second*2)
err = resolver.AsyncUnsubscribeClient(id.ConnectionID)
assert.NoError(t, err)
recorder.AwaitComplete(t, time.Second)
Expand Down

0 comments on commit 01283a1

Please sign in to comment.