We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa8a78 commit 4c42483Copy full SHA for 4c42483
1 file changed
src/test/java/io/supertokens/storage/postgresql/test/ConfigTest.java
@@ -183,7 +183,7 @@ public void testBadPortInput() throws Exception {
183
.setKeyValue(ConnectionPoolTestContent.RETRY_INTERVAL_IF_INIT_FAILS, 2000);
184
process.getProcess().proceedWithInitingStorageModule();
185
186
- ProcessState.EventAndException e = process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.INIT_FAILURE, 7000);
+ ProcessState.EventAndException e = process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.INIT_FAILURE, 30000);
187
assertNotNull(e);
188
assertEquals(e.exception.getCause().getCause().getMessage(),
189
"Error connecting to PostgreSQL instance. Please make sure that PostgreSQL is running and that you "
0 commit comments