Skip to content

Commit d72a888

Browse files
committed
loose karma mocha timeout from 10sec to 15sec for IE11
1 parent 6869cf1 commit d72a888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function configure(config: any) {
8282
},
8383
client: {
8484
mocha: {
85-
timeout: 10000,
85+
timeout: 15_000,
8686
},
8787
},
8888
});

0 commit comments

Comments
 (0)