Increase timeout for applying config

This commit is contained in:
Martchus 2018-09-06 21:58:32 +02:00
parent 7dde61987a
commit 9599dcee81
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ void ConnectionTests::testDealingWithArbitraryConfig()
});
// post new config
waitForSignalsOrFail(bind(&SyncthingConnection::postConfigFromJsonObject, &m_connection, ref(rawConfig)), 5000,
waitForSignalsOrFail(bind(&SyncthingConnection::postConfigFromJsonObject, &m_connection, ref(rawConfig)), 10000,
connectionSignal(&SyncthingConnection::error), connectionSignal(&SyncthingConnection::newConfigTriggered),
connectionSignal(&SyncthingConnection::newConfig, handleNewConfig, &hasNewConfig));
}