Skip to content

Commit 8d3bb41

Browse files
TedezedJesus89
andauthored
Increase timeout (#444)
Co-authored-by: Jesús Arroyo Torrens <[email protected]>
1 parent 0d094ea commit 8d3bb41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/bigquery.yml

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
runs-on: ubuntu-20.04
107107
timeout-minutes: 20
108108
strategy:
109+
fail-fast: false
109110
matrix:
110111
include:
111112
- region: us

clouds/bigquery/common/run-script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const bar = new cliProgress.SingleBar(options, cliProgress.Presets.shades_classi
1717
const client = new BigQuery({ projectId: `${BQ_PROJECT}` });
1818

1919
async function runQueries (queries) {
20-
const query_options = { 'timeoutMs' : 120000 };
20+
const query_options = { 'timeoutMs' : 420000 };
2121
const n = queries.length;
2222
bar.start(n, 0);
2323
for (let i = 0; i < n; i++) {

0 commit comments

Comments
 (0)