Commit 1f25017
committed
fix: increase TXE callback timeout from 30s to 60s
The nft_contract TXE tests (transfer_to_private_internal_orchestration,
transfer_to_private_failure_not_an_owner) failed with 'Timeout waiting for
TypeScript callback for contract instance' due to CI resource contention.
The 30s default timeout is occasionally exceeded under heavy parallel
execution. Increasing to 60s provides more headroom without affecting
test correctness.1 parent f42a454 commit 1f25017
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments