Commit c5fdadc
Increase file lock timeout to fix flaky CI test (#4004)
The concurrent secrets test was failing on GitHub Actions with
"context deadline exceeded" when 10 goroutines raced to acquire
the same file lock. Each lock holder performs AES encryption and
a disk write, which on slow CI runners could easily exceed the
previous 1-second timeout when requests queue up.
Increasing the timeout to 5 seconds provides enough headroom for
concurrent operations on slow hardware without meaningfully
impacting real-world responsiveness.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5e246db commit c5fdadc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments