aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-09-16 02:10:52 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-09-16 02:33:55 +0800
commit7bcca782cbea545fedabf33d73311c0e361690c2 (patch)
tree15929a872cf5fa72232e9d61f64dc83b37cad7a8 /test/integration/lib
parent7fb862356873fc4c5dc28e5c7389f71424985b0f (diff)
downloadtangerine-wallet-browser-7bcca782cbea545fedabf33d73311c0e361690c2.tar
tangerine-wallet-browser-7bcca782cbea545fedabf33d73311c0e361690c2.tar.gz
tangerine-wallet-browser-7bcca782cbea545fedabf33d73311c0e361690c2.tar.bz2
tangerine-wallet-browser-7bcca782cbea545fedabf33d73311c0e361690c2.tar.lz
tangerine-wallet-browser-7bcca782cbea545fedabf33d73311c0e361690c2.tar.xz
tangerine-wallet-browser-7bcca782cbea545fedabf33d73311c0e361690c2.tar.zst
tangerine-wallet-browser-7bcca782cbea545fedabf33d73311c0e361690c2.zip
remove testem files
Diffstat (limited to 'test/integration/lib')
-rw-r--r--test/integration/lib/first-time.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js
index 4140dfd78..3f0fe165b 100644
--- a/test/integration/lib/first-time.js
+++ b/test/integration/lib/first-time.js
@@ -12,7 +12,7 @@ QUnit.test('render init screen', (assert) => {
async function runFirstTimeUsageTest(assert, done) {
- await timeout(10000)
+ await timeout()
const app = $('#app-content')