Skip to content

Commit c4706f9

Browse files
committed
Attempt to fix flaky spec-failures on AppVeyor
1 parent 0ada8b9 commit c4706f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/4.5-hashbang.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe("Interpreter directives", () => {
207207
it("updates its icons to show the interpreter icons", async () => {
208208
FuzzyFinder.close();
209209
await FuzzyFinder.filter(".tho");
210-
await wait(300);
210+
await wait(600);
211211
FuzzyFinder.entries["subdir/erlang.tho"] .should.not .have.classes("default-icon");
212212
FuzzyFinder.entries["subdir/haskell.tho"] .should.not .have.classes("default-icon");
213213
FuzzyFinder.entries["subdir/erlang.tho"] .should .have.classes("erlang-icon medium-red");

0 commit comments

Comments
 (0)