small fixes

This commit is contained in:
kremsy
2014-02-27 15:03:01 +01:00
committed by Steffen Schröder
parent a85f5b36fb
commit 6e77606d7e
3 changed files with 93 additions and 88 deletions

View File

@ -323,7 +323,7 @@ class Server implements CallbackListener {
}
// Server not yet in given status - Wait for it...
$waitBegin = time();
$maxWaitTime = 30;
$maxWaitTime = 50;
$lastStatus = $response->name;
$this->maniaControl->log("Waiting for server to reach status {$statusCode}...");
$this->maniaControl->log("Current Status: {$lastStatus}");