increase test timeout in Examples.test

This commit is contained in:
Bazyli Brzóska 2018-04-27 12:01:45 +02:00 committed by GitHub
parent 01f626cfe1
commit f3fc2e63c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ describe("Examples", () => {
done();
});
},
30000
45000
);
});
});