Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Increase timeout for first test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Aug 9, 2017
1 parent cb13410 commit db844bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/civ5save.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test('Create new Civ5Save instances from file', async () => {

fileBlob = await getFileBlob(TEST_SAVEGAME_V103279);
savegame103279 = await Civ5Save.fromFile(fileBlob);
});
}, 10000);

test('Get game build', () => {
expect(savegame10017.gameBuild).toBe('201080');
Expand Down

0 comments on commit db844bd

Please sign in to comment.