Skip to content

Commit

Permalink
longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 13, 2023
1 parent 419ef89 commit cf3d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const waitForSyncComplete = async () => {
timeout = setTimeout(() => {
clearInterval(interval);
reject(new Error("Timed out waiting for subgraph to sync"));
}, 60_000);
}, 180_000);
});

return duration;
Expand Down

0 comments on commit cf3d521

Please sign in to comment.