Skip to content

Commit dc03fa0

Browse files
test: increase subgraph call timeout for tests in GHA
1 parent df74a15 commit dc03fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/tests/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const MAX_EXPECTED_MARKET_API_PURGE_TIME = 5_000;
109109

110110
export const MAX_EXPECTED_WEB2_SERVICES_TIME = 80_000;
111111

112-
const SUBGRAPH_CALL_TIMEOUT = 2_000;
112+
const SUBGRAPH_CALL_TIMEOUT = 5_000;
113113
const SMART_CONTRACT_CALL_TIMEOUT = 10_000;
114114

115115
const ONE_SMART_CONTRACT_WRITE_CALL =

0 commit comments

Comments
 (0)