chore: increase revision frequency time in e2e [no ci] (#2450)
This commit is contained in:
@@ -287,8 +287,8 @@ export async function storagePayloadCount(application) {
|
||||
* The number of seconds between changes before a server creates a new revision.
|
||||
* Controlled via docker/syncing-server-js.env
|
||||
*/
|
||||
export const ServerRevisionFrequency = 2.1
|
||||
export const ServerRevisionCreationDelay = 1.5
|
||||
export const ServerRevisionFrequency = 2.5
|
||||
export const ServerRevisionCreationDelay = 2.5
|
||||
|
||||
export function yesterday() {
|
||||
return new Date(new Date().setDate(new Date().getDate() - 1))
|
||||
|
||||
Reference in New Issue
Block a user