Commit ae561de
committed
fix(nemesis): increase CREATE_MV and CREATE_INDEX soft timeouts to 5 hours
Observed CREATE_MV taking ~15453s and CREATE_INDEX (wait for
index build) taking ~15857s, both exceeding the previous 14400s
(4h) soft timeout and triggering SoftTimeoutEvent followed by
FailedResultEvent from Argus validation.
Increase the soft timeout from 14400s to 18000s (5h) for all
three adaptive_timeout calls in disrupt_create_index,
disrupt_add_remove_mv, and disrupt_add_drop_mv_with_node_restarts.
Fixes: https://scylladb.atlassian.net/browse/SCT-3531 parent 9a9e4c7 commit ae561de
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4706 | 4706 | | |
4707 | 4707 | | |
4708 | 4708 | | |
4709 | | - | |
| 4709 | + | |
4710 | 4710 | | |
4711 | 4711 | | |
4712 | 4712 | | |
| |||
4769 | 4769 | | |
4770 | 4770 | | |
4771 | 4771 | | |
4772 | | - | |
| 4772 | + | |
4773 | 4773 | | |
4774 | 4774 | | |
4775 | 4775 | | |
| |||
5294 | 5294 | | |
5295 | 5295 | | |
5296 | 5296 | | |
5297 | | - | |
| 5297 | + | |
5298 | 5298 | | |
5299 | 5299 | | |
5300 | 5300 | | |
| |||
0 commit comments