KUDU-2703: deflake ITClientStress timeouts

These tests have been timing out in TSAN fairly consistently. I see no
reason why we can't increase the timeouts.

org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:502)
	at com.stumbleupon.async.Deferred.doJoin(Deferred.java:1136)
	at com.stumbleupon.async.Deferred.join(Deferred.java:1019)
	at org.apache.kudu.client.KuduSession.apply(KuduSession.java:81)
	at org.apache.kudu.client.ITClientStress$3$1.call(ITClientStress.java:164)
	at org.apache.kudu.client.ITClientStress$3$1.call(ITClientStress.java:151)
	at org.apache.kudu.client.ITClientStress$1.run(ITClientStress.java:81)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(ThreadPoolExecutor.java:2038)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
	at org.apache.kudu.client.ITClientStress.runTasks(ITClientStress.java:87)
	at org.apache.kudu.client.ITClientStress.testMultipleSessions(ITClientStress.java:148)

Change-Id: I3f5f1713be093c3116743c4a72f30f2f6262974e
Reviewed-on: http://gerrit.cloudera.org:8080/14838
Reviewed-by: Alexey Serbin <aserbin@cloudera.com>
Tested-by: Kudu Jenkins
1 file changed