Skip to content

Commit 4c27b63

Browse files
author
Takashi Matsuo
committed
increase the operation wait to 3 minutes
1 parent 2448dd0 commit 4c27b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/risk_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
BIGQUERY_TABLE_ID = "dlp_test_table" + UNIQUE_STRING
3838
BIGQUERY_HARMFUL_TABLE_ID = "harmful" + UNIQUE_STRING
3939

40-
TIMEOUT = 30
40+
TIMEOUT = 180 # 3 minutes
4141

4242

4343
# Create new custom topic/subscription

0 commit comments

Comments
 (0)