Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
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 timeout
  • Loading branch information
tswast authored Jul 23, 2025
commit 526d472166cfe876edf75702442387fa4dcb6b7e
2 changes: 1 addition & 1 deletion tests/system/small/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def test_read_gbq_wildcard(
"query": {
"useQueryCache": True,
"maximumBytesBilled": "1000000000",
"timeoutMs": 10000,
"timeoutMs":120_000,
}
},
pytest.param(
Expand Down
Loading