Commit c29855e
authored
fix: longer timeout for notices in the testing environment (#656)
We're observing a lot of these errors in our integration tests:
```
[09:29:38] Could not refresh notices: _ToolkitError: Network error: Request timed out
```
It could be that our timeout is too short on a heavily congested
machine. Increase the timeout specifically for those cases to improve
the reliability of our tests.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent 6625d97 commit c29855e
File tree
2 files changed
+6
-1
lines changed- packages
- @aws-cdk-testing/cli-integ/lib
- @aws-cdk/toolkit-lib/lib/api/notices
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| 563 | + | |
563 | 564 | | |
564 | 565 | | |
565 | 566 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
0 commit comments