Commit 2c3cfd1
fix: increase background build test timeouts to reduce flakiness
The 10s timeout was too tight for the 2+ API roundtrips (requestBuild + triggerBuild) that buildInBackground makes before returning, causing frequent timeouts in CI especially on Production environments.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cf35f61 commit 2c3cfd1
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- packages
- js-sdk/tests/template
- python-sdk/tests
- async/template_async
- sync/template_sync
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments