Skip to content

Commit

Permalink
test: Add timeout on remove list item [skip pizza]
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Aug 26, 2024
1 parent bf831db commit 9e81bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ describe("Building a list", () => {

test(
"Removing an item when all cards are inactive",
{ timeout: 20000 },
{ timeout: 25000 },
async () => {
// Setup three cards
const {
Expand Down

0 comments on commit 9e81bee

Please sign in to comment.