mirror of
https://github.com/google/googletest.git
synced 2025-01-01 23:07:58 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
a1692ed133
@ -87,7 +87,7 @@ test_script:
|
||||
if ($env:generator -eq "MinGW Makefiles") {
|
||||
return # No test available for MinGW
|
||||
}
|
||||
& ctest -C $env:configuration --timeout 300 --output-on-failure
|
||||
& ctest -C $env:configuration --timeout 600 --output-on-failure
|
||||
if ($LastExitCode -ne 0) {
|
||||
throw "Exec: $ErrorMessage"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user