Skip to content

Commit

Permalink
Increase resubscribes timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Dec 17, 2019
1 parent 21d854c commit 1cb8b80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/eth.subscribe.ganache.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const ganache = require('ganache-cli');
const pify = require('pify');
const Web3 = require('./helpers/test.utils').getWeb3();

describe('subscription connect/reconnect', function() {
describe.only('subscription connect/reconnect', function() {
let server;
let web3;
let accounts;
Expand Down Expand Up @@ -44,6 +44,8 @@ describe('subscription connect/reconnect', function() {
});

it('resubscribes', function(done){
this.timeout(5000);

let stage = 0;

subscription = web3.eth
Expand Down

0 comments on commit 1cb8b80

Please sign in to comment.