Commit fc6f499
committed
Raise nbval cell timeout for tutorial notebooks to 360s
The trajectory-optimization tutorials (e.g. 03/03/04 mission performance)
run IPOPT solves that exceed 120s on cold 2-core CI runners; nbval's
timeout interrupt lands inside the CasADi solve and surfaces as
NonIpopt_Exception_Thrown, failing the job flakily per Python version.
The tutorials step had been masked since Dec 2025 by the (now-fixed)
package-test failures, so this only appeared once CI went green upstream.1 parent 13a36ae commit fc6f499
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments