Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Nov 26, 2024
1 parent 4d84ad8 commit a99a1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ws-api/ws.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
import {castUrl} from './url'
import {OrderType} from '../api'

jest.setTimeout(5 * 1000)
jest.setTimeout(60 * 1000)

// eslint-disable-next-line max-lines-per-function
describe(__filename, () => {
Expand Down

0 comments on commit a99a1ea

Please sign in to comment.