sui_v1.18.0_1706240870_ci
## Description Add a step to the E2E set-up to poll for a response from the GraphQL server before proceeding with the test to prevent it from failing due to the server not coming up fast enough. ## Test Plan ``` sui-graphlql-rpc$ cargo nextest run \ -j 1 --features pg_integration \ --test e2e_tests ```