Skip to content

Commit

Permalink
set test back
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 8, 2024
1 parent 868caad commit b0de0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/VoiceProcessorTestApp/Tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function basicTest(): Promise<Result> {
};
}

await new Promise(r => setTimeout(r, 10000));
await new Promise(r => setTimeout(r, 3000));

await _vp?.stop();
if (!result.success && result.errorString) {
Expand Down

0 comments on commit b0de0f7

Please sign in to comment.