Commit d112b76d authored by Dennis Willers's avatar Dennis Willers 🏀

Set Timeout to 60 seconds

parent 8e4cbe2b
Pipeline #329 passed with stages
in 3 minutes and 8 seconds
......@@ -226,7 +226,7 @@ function createRouter(db) {
sessionName: spielname,
isOpen: true
});
setTimeout(endRound, 6000, req);
setTimeout(endRound, 60000, req);
}
}
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment