Skip to content

Commit

Permalink
Test longer timeout for graphql integration
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 10, 2024
1 parent c8bad3b commit acd2068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/graphql_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def execute
}
'

wait_for transactions: 1, spans: 13
wait_for(timeout: 20, transactions: 1, spans: 13)

expect(resp.status).to be 200

Expand Down

0 comments on commit acd2068

Please sign in to comment.