Skip to content

Commit

Permalink
fix: set timeout to 40 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
josepfo authored and joshmh committed Mar 19, 2021
1 parent 4c259ac commit b5f161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/f56/f56-dlevel-fsm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const machina = require('machina')

const RESPONSE_TIMEOUT = 30000
const RESPONSE_TIMEOUT = 40000

const fsm = new machina.Fsm({
initialState: 'Idle',
Expand Down

0 comments on commit b5f161f

Please sign in to comment.