Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit f69ced2

Browse files
committed
Change test case
1 parent 15d4068 commit f69ced2

File tree

4 files changed

+239
-239
lines changed

4 files changed

+239
-239
lines changed

test/test-0.7.0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const { Assert, Comparer, Info, prop } = RNTest
1919
const describe = RNTest.config({
2020
group : '0.7.0',
2121
run : true,
22-
expand : true,
22+
expand : false,
2323
timeout : 300000000,
2424
})
2525
const { TEST_SERVER_URL, TEST_SERVER_URL_SSL, DROPBOX_TOKEN, styles } = prop()

test/test-0.8.2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ RNTest.config({
8383
setTimeout(() => {
8484
report(<Assert key="request does not retry" expect={1} actual={count}/>)
8585
done()
86-
}, 12000)
86+
}, 8000)
8787
})

test/test-init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const { TEST_SERVER_URL, FILENAME, DROPBOX_TOKEN, styles, image } = prop()
3333

3434
const describe = RNTest.config({
3535
run : true,
36-
expand : false,
36+
expand : true,
3737
timeout : 5000,
3838
})
3939

@@ -70,6 +70,6 @@ describe('GET image from server', (report, done) => {
7070
// require('./test-fs')
7171
require('./test-xmlhttp')
7272
// require('./test-blob')
73-
require('./test-firebase')
73+
// require('./test-firebase')
7474
// require('./test-android')
7575
// require('./benchmark')

0 commit comments

Comments
 (0)