Skip to content
Snippets Groups Projects
Unverified Commit bc98574d authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Increase "randomness" for caching e2e tests (#20801)

parent 30a1d85f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import {
runNativeQuery,
} from "__support__/e2e/cypress";
const nativeQuery = "select random(), pg_sleep(2)";
const nativeQuery = "select (random() * random() * random()), pg_sleep(2)";
describe("scenarios > admin > settings > cache", () => {
beforeEach(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment