Skip to content

Commit 570faaf

Browse files
committed
Increase request timeout
1 parent 3779ceb commit 570faaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

federation-v1/scenarios/k6.shared.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const graphqlRequest = {
7979
"Content-Type": "application/json",
8080
},
8181
},
82+
timeout: '240s',
8283
};
8384

8485
export function handleBenchmarkSummary(data, additionalContext = {}) {

0 commit comments

Comments
 (0)