15407: Fixes handling of runtime constraints and scheduling params.
[arvados-workbench2.git] / src / models / scheduling-parameters.ts
index 50ce4156a13fe689cacd02efb95762a6c5f4afdb..f2167c970b424d785905bec65bac9fd74317549a 100644 (file)
@@ -5,5 +5,5 @@
 export interface SchedulingParameters {
     partitions?: string[];
     preemptible?: boolean;
-    maxRunTime?: number;
+    max_run_time?: number;
 }