Skip to content

Commit

Permalink
Make minimal mode animate faster
Browse files Browse the repository at this point in the history
  • Loading branch information
prashaantt committed Jan 23, 2017
1 parent 206c622 commit 70c9b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class TestRunner {
text: messages.building(minimal).text,
color: `rgba(255, 255, 255, ${alpha})`
});
}, config.BUILDING_ANIMATION_SPEED * 3);
}, config.BUILDING_ANIMATION_SPEED * 2);
}

return setInterval(() => {
Expand Down

0 comments on commit 70c9b43

Please sign in to comment.