Timeout the tests are ~10minutes
authorJan Lahoda <jlahoda@netbeans.org>
Sat, 20 Apr 2013 11:49:56 +0200
changeset 9487b57e19f340a
parent 947 68a3efc1ea05
child 949 5c9e6a3248ba
Timeout the tests are ~10minutes
remoting/server/tests/run-integration-tests
     1.1 --- a/remoting/server/tests/run-integration-tests	Thu Apr 18 15:28:16 2013 +0200
     1.2 +++ b/remoting/server/tests/run-integration-tests	Sat Apr 20 11:49:56 2013 +0200
     1.3 @@ -19,6 +19,6 @@
     1.4       PORT=`cat "$OUT" | grep "Running on port: " | cut -d ':' -f 2 | tr -d ' '`;
     1.5  done
     1.6  
     1.7 -(cd integration; mvn -DPORT=$PORT test)
     1.8 +(cd integration; mvn -DPORT=$PORT -Dsurefire.timeout=600 test)
     1.9  
    1.10  exit 0