Extend timeout on restart after plugin installation

This commit is contained in:
Rene Pfeuffer
2019-11-21 16:38:34 +01:00
parent c81e78998e
commit 8054540544

View File

@@ -1,7 +1,7 @@
import { apiClient } from "@scm-manager/ui-components";
const waitForRestart = () => {
const endTime = Number(new Date()) + 10000;
const endTime = Number(new Date()) + 60000;
let started = false;
const executor = (resolve, reject) => {