From 0e87b0d4c343c5dde83702e189aa889e3dfa8197 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Thu, 8 Nov 2018 09:21:51 +0100
Subject: [PATCH] CODE: change walltime

---
 .../java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java
index f80a299f..500fbdfb 100644
--- a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java
+++ b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/core/Constants.java
@@ -15,7 +15,7 @@ public interface Constants {
 	int HAAS_CLUSTER_NODE_TYPE = 7;
 	int HAAS_TEMPLATE_ID = 4;
 	String HAAS_PROJECT_ID = "";
-	int HAAS_TIMEOUT = 9600; //Walltime in seconds
+	int HAAS_TIMEOUT = 3600; //Walltime in seconds
 	long WAIT_FOR_SUBMISSION_TIMEOUT = 100;
 	String BDS_ADDRESS = "http://julius2.it4i.cz/";
 	
-- 
GitLab