Skip to content

Commit 2f4ea6f

Browse files
committed
Increase timeout
1 parent 141b0c1 commit 2f4ea6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function graphql(endpoint: string, query: string) {
8585
"Content-Type": "application/json",
8686
},
8787
body: JSON.stringify({ query }),
88-
signal: AbortSignal.timeout(2000),
88+
signal: AbortSignal.timeout(10_000),
8989
}).then((response) => response.json()) as Promise<ExecutionResult>;
9090
}
9191

0 commit comments

Comments
 (0)