Skip to content

Commit 66e1c44

Browse files
authored
Increase Docker daemon wait timeout for Windows (apple#3544)
Give Windows docker daemon more time to become available.
1 parent c06f486 commit 66e1c44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/swift_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
Write-Error "Docker daemon did not become ready after $maxAttempts attempts"
196196
exit 1
197197
}
198-
Start-Sleep -Seconds 2
198+
Start-Sleep -Seconds 6
199199
} while ($true)
200200
shell: pwsh
201201
- name: Pull Docker image
@@ -242,7 +242,7 @@ jobs:
242242
Write-Error "Docker daemon did not become ready after $maxAttempts attempts"
243243
exit 1
244244
}
245-
Start-Sleep -Seconds 2
245+
Start-Sleep -Seconds 6
246246
} while ($true)
247247
shell: pwsh
248248
- name: Pull Docker image

.github/workflows/swift_test_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
Write-Error "Docker daemon did not become ready after $maxAttempts attempts"
4747
exit 1
4848
}
49-
Start-Sleep -Seconds 2
49+
Start-Sleep -Seconds 6
5050
} while ($true)
5151
shell: pwsh
5252
- name: Pull Docker image

0 commit comments

Comments
 (0)