From 72db3f3ccd530b93af0cea9772ca74da7ba6e328 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 10 Jul 2014 14:19:24 +0930 Subject: [PATCH] reverted build script change --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index eb56652a..416cb336 100644 --- a/build.fsx +++ b/build.fsx @@ -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)."