Skip to content
Snippets Groups Projects
Commit 3a95917f authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

fix: project id

parent d3533a0b
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ public interface Constants { ...@@ -10,7 +10,7 @@ public interface Constants {
String HAAS_JOB_NAME = "HaaSSPIMBenchmark"; String HAAS_JOB_NAME = "HaaSSPIMBenchmark";
int HAAS_CLUSTER_NODE_TYPE = 6; int HAAS_CLUSTER_NODE_TYPE = 6;
int HAAS_TEMPLATE_ID = 4; int HAAS_TEMPLATE_ID = 4;
String HAAS_PROJECT_ID = "DD-17-31"; String HAAS_PROJECT_ID = "OPEN-12-20";
int HAAS_TIMEOUT = 9600; //Walltime in seconds int HAAS_TIMEOUT = 9600; //Walltime in seconds
final String NEW_LINE_SEPARATOR = "\n"; final String NEW_LINE_SEPARATOR = "\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment