Skip to content

Commit 7445123

Browse files
committed
GUI - increase server wait timeout to 60s
1 parent 660a518 commit 7445123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ void MainWindow::startServer(){
724724
}
725725

726726
void MainWindow::waitForServiceSync() {
727-
int timeout = 30;
727+
int timeout = 60;
728728
std::cout << "[GUI] - waiting for server to connect..." << std::endl;
729729
while (sonicPiServer->waitForServer() && timeout-- > 0) {
730730
sleep(1);

0 commit comments

Comments
 (0)