Skip to content

Commit f08edf4

Browse files
temporarily lower timeout for tests to try and get a run under 60 minutes
1 parent c9c70a9 commit f08edf4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/test_windows.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ function Update-SwiftBuildAndPackageArguments {
8787
Get-Content -Path $codeWorkspaceFilePath
8888
}
8989

90+
$env:Path.Split(';')
91+
9092
$swiftVersionOutput = & swift --version
9193
if ($LASTEXITCODE -ne 0) {
9294
Write-Host "Failed to execute 'swift --version'"

test/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function getTimeout(size: TestSize): number {
4646
case "medium":
4747
return 2 * MINUTE;
4848
case "large":
49-
return 10 * MINUTE;
49+
return 3 * MINUTE;
5050
}
5151
}
5252

0 commit comments

Comments
 (0)