aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2015-03-30 08:26:31 +0200
committerJakob Borg <jakob@nym.se>2015-03-30 08:26:31 +0200
commit34ba5678c348a29fda84a73e5c5c2a5e0e3e117d (patch)
tree8cb137290263a90ecd7d3b6142be6f335cbc2959 /build.sh
parent520bb74626541bc400f78b92d31f9a534bb2e579 (diff)
downloadsyncthing-34ba5678c348a29fda84a73e5c5c2a5e0e3e117d.tar.gz
syncthing-34ba5678c348a29fda84a73e5c5c2a5e0e3e117d.zip
Allowed integration test time 60m -> 90m
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 226ea5fa0..b3c42c87b 100755
--- a/build.sh
+++ b/build.sh
@@ -134,7 +134,7 @@ case "${1:-default}" in
&& go run build.go -race \
&& export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \
&& cd test \
- && go test -tags integration -v -timeout 60m -short \
+ && go test -tags integration -v -timeout 90m -short \
&& git clean -fxd .'
;;