Skip to content

Commit 75b6ee0

Browse files
committed
chore: wip
1 parent f7a1c56 commit 75b6ee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/launchpad/test/dev.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@ describe('Dev Commands', () => {
818818
// (more than 30 seconds would indicate a serious problem)
819819
expect(duration1).toBeLessThan(30000)
820820
expect(duration2).toBeLessThan(30000)
821-
} else {
821+
}
822+
else {
822823
// In local environment, expect the second run to be faster
823824
expect(duration2).toBeLessThan(duration1 * 1.5)
824825
}

0 commit comments

Comments
 (0)