Skip to content

Commit

Permalink
PR feedback II
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Dec 9, 2024
1 parent 4279fbc commit 3ccb14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/composables/useOpenMFP.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const useOpenMFP = createGlobalState((options = {}) => {
const timeout = 3000
try {
await until(luigiContext).toBeTruthy({
timeout: 1000,
timeout,
throwOnTimeout: true,
})
return luigiContext.value
Expand Down

0 comments on commit 3ccb14e

Please sign in to comment.