Gabriel Kobyz
2016-07-01 a79e6b58c7f8cde90b6c5ec7f23ba0b6821d6af8
Increased time interval fof 'long increase/decrease time'
1 files modified
4 ■■■■ changed files
tests/datetime-spec.js 4 ●●●● patch | view | raw | blame | history
tests/datetime-spec.js
@@ -533,7 +533,7 @@
            assert.notEqual( dt.hour().innerHTML, 2 );
            assert.notEqual( dt.hour().innerHTML, 3 );
            done();
        }, 700 );
        }, 920 );
    });
    it( 'long decrease time', function( done ){
@@ -546,7 +546,7 @@
            assert.notEqual( dt.hour().innerHTML, 1 );
            assert.notEqual( dt.hour().innerHTML, 0 );
            done();
        }, 700 );
        }, 920 );
    });
    it( 'invalid input value', function( done ){