Commit 04ea838
authored
fix(e2e): increase double-onboard script-level timeout from 900s to 4800s (#2676)
## Summary
Follow-up to #2658 — the script-level self-wrap timeout
(`NEMOCLAW_E2E_DEFAULT_TIMEOUT`) of 900s (15 min) is far too tight for
`test-double-onboard.sh`, which runs three sequential sandbox creations
that each take 5-7 minutes on CI. Phase 4 was being killed by the script
timeout (exit 124) before the per-phase timeout could fire. This commit
was pushed to #2658 after it was already merged.
## Related Issue
Fixes #2654
## Changes
- **`test/e2e/test-double-onboard.sh`**: Increase
`NEMOCLAW_E2E_DEFAULT_TIMEOUT` from 900s to 4800s (80 min), leaving a
10-min buffer under the 90-min CI job timeout
## Type of Change
- [x] Code change (feature, bug fix, or refactor)
- [ ] Code change with doc updates
- [ ] Doc only (prose changes, no code sample modifications)
- [ ] Doc only (includes code sample changes)
## Verification
- [ ] `npx prek run --all-files` passes
- [ ] `npm test` passes
- [ ] Tests added or updated for new or changed behavior
- [x] No secrets, API keys, or credentials committed
- [x] Verified via nightly-e2e workflow_dispatch run 25090813418 —
double-onboard-e2e passed 33/33 with this change
- [ ] Docs updated for user-facing behavior changes
## AI Disclosure
- [x] AI-assisted — tool: Claude (pi agent)
---
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Tests**
* Extended E2E test timeout to improve reliability for complex test
scenarios requiring extended execution time.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent d2f6272 commit 04ea838
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments