Skip to content

Commit ba00224

Browse files
test(end to end): Add more delay after save to avoid false positive with auto prepend file
1 parent a701ce6 commit ba00224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-ddev/utils/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const onAdminSaveSettings = async (check = true) => {
9292
}
9393
}
9494

95-
await wait(2500);
95+
await wait(3000);
9696
};
9797

9898
const selectElement = async (selectId, valueToSelect) => {

0 commit comments

Comments
 (0)