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

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 committed Sep 15, 2016
1 parent 4db08d1 commit de799f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const target = join(__dirname, "..", "test-phenomic-theme-base")
const execOpts = { cwd: target }

const phenomic = "node ./node_modules/.bin/phenomic"
const timing = process.env.CI ? 10000 : 5000
const timing = process.env.CI ? 20000 : 5000

describe("Integration: CLI", () => {
beforeEach(() => {
Expand Down

0 comments on commit de799f5

Please sign in to comment.