mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
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());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ app:
|
||||
websocketPingInterval: 15m
|
||||
|
||||
# if websocket is disabled or the connection is lost, the client will reload the feed tree at this interval
|
||||
treeReloadInterval: 30s
|
||||
treeReloadInterval: 10s
|
||||
|
||||
# Database connection
|
||||
# -------------------
|
||||
|
||||
Reference in New Issue
Block a user