Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dlp] testing: fix Pub/Sub notifications #3925

Merged
merged 7 commits into from
Jun 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
increase the operation wait to 3 minutes
  • Loading branch information
Takashi Matsuo committed Jun 3, 2020
commit 4c27b63610c97ce034cef7849505a91b4a116467
2 changes: 1 addition & 1 deletion dlp/risk_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
BIGQUERY_TABLE_ID = "dlp_test_table" + UNIQUE_STRING
BIGQUERY_HARMFUL_TABLE_ID = "harmful" + UNIQUE_STRING

TIMEOUT = 30
TIMEOUT = 180 # 3 minutes


# Create new custom topic/subscription
Expand Down