Skip to content

Commit

Permalink
Lower timeout to 1min
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Apr 3, 2024
1 parent b638672 commit 196b040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe("paraglide-js", () => {
//expect project.inlang/settings.json to be created
expect(await fs.stat(path.join(tmpDir, "project.inlang/settings.json"))).toBeDefined()
},
{ timeout: 120000 }
{ timeout: 60_000 }
)
})
})

0 comments on commit 196b040

Please sign in to comment.