forked from Archives/Athou_commafeed
looks like sometimes the websocket connection is not established on github actions, refresh the tree with an interval smaller than the timeout of playwright
This commit is contained in:
@@ -16,7 +16,7 @@ public class ServerIT extends BaseIT {
|
||||
Assertions.assertTrue(serverInfos.isDemoAccountEnabled());
|
||||
Assertions.assertTrue(serverInfos.isWebsocketEnabled());
|
||||
Assertions.assertEquals(900000, serverInfos.getWebsocketPingInterval());
|
||||
Assertions.assertEquals(30000, serverInfos.getTreeReloadInterval());
|
||||
Assertions.assertEquals(10000, serverInfos.getTreeReloadInterval());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user