Commit 1c9ca4f
authored
test: raise timeout for presigned URL fetches in integration tests (#757)
## Summary
The 5s HTTP timeout on presigned-URL fetches in integration tests was
too tight for the external Apify platform and occasionally tripped,
causing flaky failures (e.g. [this job
run](https://github.com/apify/apify-client-python/actions/runs/24832416128/job/72683975229?pr=738)).
Bumped the timeout to 30s in all four affected tests (`test_dataset.py`,
`test_key_value_store.py`) to absorb transient slowness while still
failing fast on a truly broken endpoint.1 parent 623c1ff commit 1c9ca4f
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments