Skip to content

Commit

Permalink
Increase timeout tenfold
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Feb 7, 2024
1 parent 43d3ea5 commit c09e33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tests/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('InputLocations', () => {
.to.not.throw;
break;
}
}).timeout(10000);
}).timeout(100000);
});
}
});
Expand Down

0 comments on commit c09e33a

Please sign in to comment.