Skip to content

Commit

Permalink
Merge pull request #261 from Zemnmez/increase-svgshot-timeout
Browse files Browse the repository at this point in the history
increase svgshot timeout
  • Loading branch information
Zemnmez authored May 26, 2022
2 parents ffe1e56 + cf12e9e commit f14e1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/cmd/svgshot/svgshot_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import tmp from 'tmp';
import fs from 'fs/promises';
import { runfiles } from '@bazel/runfiles';

jest.setTimeout(30000);

describe('svgshot', () => {
it('should render a test URL', async () => {
const [target, cleanup] = await new Promise<[string, () => void]>(
Expand Down

0 comments on commit f14e1bb

Please sign in to comment.