Commit 941aa5d
authored
Increase waitForCompletionMarker timeout in sync integration tests (#3202)
## Why
Tests run into this timeout, especially during integration test runs
when we put a lot of load on our test workspace. Increasing this timeout
should help reduce flakyness:
logs:
```
=== FAIL: integration/cmd/sync TestSyncIncrementalFileOverwritesFolder (re-run 2) (120.09s)
sync_test.go:76: CLOUD_ENV=***
fixtures.go:23: Creating workspace directory /Users/***/integration-test-sync-9308e0589a2a45db9fcc68e53f472319
Warn: Failed to read git info: stat /.git: no such file or directory
sync_test.go:113: timed out waiting for sync to complete
```1 parent 2494595 commit 941aa5d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments