Commit 3a0c663
committed
fix: increase file explorer visibility timeout to fix flaky test
The test was failing on macOS CI because it only waited 2 seconds for the .vscode folder to appear in file explorer. This increases the timeout to 10 seconds using the new TimeoutConstants.FILE_EXPLORER_TIMEOUT constant.1 parent 3166fe0 commit 3a0c663
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
0 commit comments