Skip to content

Commit

Permalink
Merge pull request #143 from neaps/kevee/test-fixes
Browse files Browse the repository at this point in the history
chore: Set timeout on NOAA test
  • Loading branch information
kevee authored Jun 30, 2022
2 parents afea336 + 2a9e6a7 commit 4c436c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/noaa.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const getStation = (station, callback) => {
describe('Results compare to NOAA', () => {
stations.forEach((station) => {
test(`it compares with station ${station}`, (done) => {
jest.setTimeout(20000)
getStation(station, ({ harmonics, levels, info }) => {
let mtl = 0
let mllw = 0
Expand Down

0 comments on commit 4c436c8

Please sign in to comment.