Skip to content

Commit

Permalink
Increase svgshot timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed May 25, 2022
1 parent ffe1e56 commit cf12e9e
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 cf12e9e

Please sign in to comment.