Skip to content

Commit

Permalink
dlp: bump the wait timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Jun 6, 2020
1 parent 4d81376 commit 130afa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/inspect_content_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
BIGQUERY_DATASET_ID = "dlp_test_dataset" + UNIQUE_STRING
BIGQUERY_TABLE_ID = "dlp_test_table" + UNIQUE_STRING

TIMEOUT = 300 # 5 minutes
TIMEOUT = 600 # 10 minutes


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 130afa4

Please sign in to comment.