Commit cb05c49
Fix flaky usePendingConciergeResponse unmount test
Use a 10s delay instead of 80ms in the unmount-cleanup test so the
timer never races with real wall-clock time under CI load. The test
only needs to prove clearTimeout prevents the action — a large
pending timer that gets cleared is just as valid as a short one.
Co-authored-by: Vit Horacek <mountiny@users.noreply.github.com>1 parent a370e73 commit cb05c49
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments