Commit 9aa64d1
committed
fix(tests): increase timeout and delay for Debounce test
The Debounce extension delays each event by the specified timespan (100ms), so we need to allow enough time for the debounced events to be processed before checking the results. Increased the timeout from 5s to 10s and the delay from 150ms to 300ms to accommodate slower CI environments.1 parent e6907b1 commit 9aa64d1
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
| 512 | + | |
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
538 | | - | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
539 | 540 | | |
540 | 541 | | |
541 | 542 | | |
| |||
0 commit comments