@omotes/sdk
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@omotes/sdk", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -25,3 +25,3 @@ "use strict"; | ||
this.jobSubmission.setEsdl(this.esdl); | ||
this.jobSubmission.setTimeoutMs(0); | ||
this.jobSubmission.setTimeoutMs(1000 * 60 * 60 * 2); // for now, hard code two hours. | ||
} | ||
@@ -28,0 +28,0 @@ start() { |
Sorry, the diff of this file is not supported yet
34526