Skip to content

Commit 4c42483

Browse files
committed
fix: test
1 parent 1aa8a78 commit 4c42483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/io/supertokens/storage/postgresql/test/ConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void testBadPortInput() throws Exception {
183183
.setKeyValue(ConnectionPoolTestContent.RETRY_INTERVAL_IF_INIT_FAILS, 2000);
184184
process.getProcess().proceedWithInitingStorageModule();
185185

186-
ProcessState.EventAndException e = process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.INIT_FAILURE, 7000);
186+
ProcessState.EventAndException e = process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.INIT_FAILURE, 30000);
187187
assertNotNull(e);
188188
assertEquals(e.exception.getCause().getCause().getMessage(),
189189
"Error connecting to PostgreSQL instance. Please make sure that PostgreSQL is running and that you "

0 commit comments

Comments
 (0)