Skip to content

Commit

Permalink
Allow DangerRunner tests to take longer than other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Mar 24, 2017
1 parent 08ab978 commit a1be2a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/runner/_tests/DangerRunner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ async function setupDangerfileContext() {
return contextForDanger(dsl)
}

declare const jasmine: any

beforeAll(() => {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30
})

describe("with fixtures", () => {
it("handles a blank Dangerfile", async () => {
const context = await setupDangerfileContext()
Expand Down

0 comments on commit a1be2a0

Please sign in to comment.