Skip to content

Commit

Permalink
increase the hasura wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Feb 10, 2025
1 parent 32a4f64 commit a2f603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription_graphql_ws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func TestGraphqlWS_Subscription(t *testing.T) {
defer subscriptionClient.Close()

// wait until the subscription client connects to the server
if err := waitHasuraService(60); err != nil {
if err := waitHasuraService(120); err != nil {
t.Fatalf("failed to start hasura service: %s", err)
}

Expand Down

0 comments on commit a2f603f

Please sign in to comment.