Skip to content

Commit a1692ed

Browse files
Merge branch 'master' into master
2 parents 4e89c76 + eaaa422 commit a1692ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ test_script:
8787
if ($env:generator -eq "MinGW Makefiles") {
8888
return # No test available for MinGW
8989
}
90-
& ctest -C $env:configuration --timeout 300 --output-on-failure
90+
& ctest -C $env:configuration --timeout 600 --output-on-failure
9191
if ($LastExitCode -ne 0) {
9292
throw "Exec: $ErrorMessage"
9393
}

0 commit comments

Comments
 (0)