Commit b89788f
fix(e2e): increase timeout for workspace item visibility in project switch test
The workspace-item element depends on an async chain (workspace creation ->
project metadata sync -> parent project resolution -> sidebar re-render)
that takes longer than the default 10s timeout on Linux CI. Use expect.poll
with 60s timeout, consistent with other passing workspace tests.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 1121b46 commit b89788f
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
| |||
0 commit comments