Skip to content

Commit

Permalink
TST
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Jul 7, 2018
1 parent 8886a1c commit 0ec0953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ it('bip38 decodes', async () => {
it('bip38 decodes slow', async () => {
if (process.env.USER === 'burn' || process.env.USER === 'igor') {
// run only on circleCI
// return;
return;
}
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
const bip38 = require('bip38');
Expand Down

0 comments on commit 0ec0953

Please sign in to comment.