reverted build script change

This commit is contained in:
Brendan Forster
2014-07-10 14:19:24 +09:30
parent 820ae69b71
commit 72db3f3ccd
+1 -1
View File
@@ -87,7 +87,7 @@ Target "IntegrationTests" (fun _ ->
XmlOutput = true
Verbose = false
OutputDir = testResultsDir
TimeOut = TimeSpan.FromMinutes 20.0 })
TimeOut = TimeSpan.FromMinutes 10.0 })
else
"The integration tests were skipped because the OCTOKIT_GITHUBUSERNAME and OCTOKIT_GITHUBPASSWORD environment variables are not set. " +
"Please configure these environment variables for a GitHub test account (DO NOT USE A \"REAL\" ACCOUNT)."