Commit 833f4d8
committed
fix(test): bump Docker test timeout to 60s
The 3 'DynamoDB Local (Docker)' tests pass locally but time out at
5001ms in CI because GitHub-hosted runners have to pull the
`amazon/dynamodb-local` image on first use (often 30-60s) before
the container can even start. Bun's default 5s timeout is nowhere
near enough.
The `dockerAvailable` early-return guards are kept — they catch
environments where docker isn't installed at all. The new timeout
covers the case where docker IS available but image pull + container
start exceeds 5s.1 parent 68603cb commit 833f4d8
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
86 | | - | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
96 | | - | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| |||
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
111 | | - | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
0 commit comments