Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Update DEFAULT_WAIT_DELAY to 1 per #16
Browse files Browse the repository at this point in the history
This works fine and massively improves my test run speed. See Issue #16
  • Loading branch information
hovissimo authored and anilanar committed May 27, 2018
1 parent 22ec6fb commit 021d0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -7,7 +7,7 @@ import settle from 'axios/lib/core/settle'
import createError from 'axios/lib/core/createError'

const TimeoutException = new Error('Timeout: Stub function not called.')
const DEFAULT_WAIT_DELAY = 100
const DEFAULT_WAIT_DELAY = 1

// The default adapter
let defaultAdapter
Expand Down

0 comments on commit 021d0d8

Please sign in to comment.