Commit ·
d679523
1
Parent(s): 4bd5dc7
Allow longer NVIDIA pipeline runs
Browse files- mp1/frontend/app.js +2 -2
mp1/frontend/app.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
selectedDocIds: 'pluto.selectedDocIds',
|
| 6 |
detailLevel: 'pluto.detailLevel',
|
| 7 |
};
|
| 8 |
-
const RUN_TIMEOUT_MS =
|
| 9 |
-
const BENCH_TIMEOUT_MS =
|
| 10 |
|
| 11 |
const stages = ['route', 'extract', 'merge', 'evidence_check'];
|
| 12 |
const stageEls = {};
|
|
|
|
| 5 |
selectedDocIds: 'pluto.selectedDocIds',
|
| 6 |
detailLevel: 'pluto.detailLevel',
|
| 7 |
};
|
| 8 |
+
const RUN_TIMEOUT_MS = 600000;
|
| 9 |
+
const BENCH_TIMEOUT_MS = 600000;
|
| 10 |
|
| 11 |
const stages = ['route', 'extract', 'merge', 'evidence_check'];
|
| 12 |
const stageEls = {};
|