Skip to content

Commit

Permalink
fix function
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Mar 31, 2022
1 parent 9e3a5ef commit 8316645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/kitchen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('kitchen sink', async () => {
it('should be able to use the d.ts', async function () {
this.retries(3);
this.timeout(160000);
await delay(this.test, 4000, this.currentRetry());
await delay(this.test, 4000, this.currentRetry);
console.log(`${__filename} staging area: ${stagingPath}`);
cp.spawnSync('npm', ['pack'], spawnOpts);
const tarball = path.join(
Expand Down

0 comments on commit 8316645

Please sign in to comment.