Skip to content

Commit

Permalink
Update workflow timeout to 30 seconds. (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunzheZJU authored Mar 22, 2022
1 parent d1141a2 commit 24f4294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ports/create.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { noop, uniqueId } from 'lodash'
import browser from 'shared/browser'

const TIMEOUT_IN_SECOND = 10
const TIMEOUT_IN_SECOND = 30

const portByName = {}

Expand Down

0 comments on commit 24f4294

Please sign in to comment.