Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Mar 28, 2024
1 parent 3d1d762 commit 4c2b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmaudioworklet/wasmgit/wasmgitclient.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
} from './wasmgitclient.js';

describe('wasm-git client', async function () {
this.timeout(20000);
this.timeout(40000);

it('should resolve synth and song filename from git repository', async () => {
const config = await initWASMGitClient('test');
Expand Down

0 comments on commit 4c2b92d

Please sign in to comment.