Skip to content

Commit 9bec016

Browse files
committed
1 parent abab0c8 commit 9bec016

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/smoke/src/areas/git/git.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export function setup() {
5252

5353
await app.workbench.scm.stage('app.js');
5454
await app.workbench.scm.openChange('app.js');
55+
await new Promise(c => setTimeout(c, 1000));
5556
await app.workbench.scm.unstage('app.js');
5657
});
5758

0 commit comments

Comments
 (0)