Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
josepfo authored and joshmh committed Mar 19, 2021
1 parent 89065bc commit 4c259ac
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 = 20000
const RESPONSE_TIMEOUT = 30000

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

0 comments on commit 4c259ac

Please sign in to comment.