Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
urugator committed Mar 22, 2023
1 parent 98cde8b commit e55c51c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test("uncommitted components should not leak observations", async () => {
expect(count2IsObserved).toBeFalsy()
},
{
timeout: 1500,
timeout: 2000,
interval: 200
}
)
Expand Down

0 comments on commit e55c51c

Please sign in to comment.