Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Feb 3, 2025
1 parent 471f803 commit 7eafd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/packages/shell/test/testHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export async function waitForAgentMessage(
) {
return;
}

await page.waitForTimeout(1000);
timeWaited += 1000;

Expand Down

0 comments on commit 7eafd79

Please sign in to comment.