Skip to content

Commit

Permalink
Extending test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 24, 2024
1 parent 7ce7814 commit 892b626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"@rollup/plugin-commonjs": "^22.0.1",
"three": "^0.137.0"
},
"gitHead": "315a5c6280661167607077e224dd8bb2e4b0c55e"
"gitHead": "7ce78149a4f0587c409a660214131a04fca04c51"
}
4 changes: 2 additions & 2 deletions packages/framer-motion/cypress/integration/layout-shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ describe("Shared layout: nested crossfade transition", () => {
.wait(50)
.get("#a")
.trigger("click")
.wait(50)
.wait(100)
.get("#a")
.should(([$box]: any) => {
expectBbox($box, {
Expand All @@ -938,7 +938,7 @@ describe("Shared layout: nested crossfade transition", () => {
})
.get("#b")
.trigger("click")
.wait(50)
.wait(100)
.get("#b")
.should(([$box]: any) => {
expectBbox($box, {
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@
"maxSize": "18 kB"
}
],
"gitHead": "315a5c6280661167607077e224dd8bb2e4b0c55e"
"gitHead": "7ce78149a4f0587c409a660214131a04fca04c51"
}

0 comments on commit 892b626

Please sign in to comment.