Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

Commit 46b4e8e

Browse files
author
Takashi Matsuo
authored
testing: start using btlr [(#3959)](GoogleCloudPlatform/python-docs-samples#3959)
* testing: start using btlr The binary is at gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr * add period after DIFF_FROM * use array for btlr args * fix websocket tests * add debug message * wait longer for the server to spin up * dlp: bump the wait timeout to 10 minutes * [run] copy noxfile.py to child directory to avoid gcloud issue * [iam] fix: only display description when the key exists * use uuid4 instead of uuid1 * [iot] testing: use the same format for registry id * Stop asserting Out of memory not in the output * fix missing imports * [dns] testing: more retries with delay * [dlp] testing: longer timeout * use the max-concurrency flag * use 30 workers * [monitoring] use multiple projects * [dlp] testing: longer timeout
1 parent ae90593 commit 46b4e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/inspect_content_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
BIGQUERY_DATASET_ID = "dlp_test_dataset" + UNIQUE_STRING
4141
BIGQUERY_TABLE_ID = "dlp_test_table" + UNIQUE_STRING
4242

43-
TIMEOUT = 300 # 5 minutes
43+
TIMEOUT = 900 # 15 minutes
4444

4545

4646
@pytest.fixture(scope="module")

samples/snippets/risk_test.py

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

39-
TIMEOUT = 60 # 1 minutes
39+
TIMEOUT = 120 # 2 minutes
4040

4141

4242
# Create new custom topic/subscription

0 commit comments

Comments
 (0)