File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- ' 6'
4
- - ' 6.0'
5
- - ' 6.1'
6
4
install : npm install
7
5
script : npm test -- --saucelabs
8
6
addons :
Original file line number Diff line number Diff line change
1
+ [ ![ Build Status] ( https://travis-ci.org/firebase/firebaseui-web.svg?branch=master )] ( https://travis-ci.org/firebase/firebaseui-web )
2
+
1
3
# FirebaseUI for Web — Auth
2
4
3
5
FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI
Original file line number Diff line number Diff line change @@ -45,6 +45,11 @@ config = {
45
45
framework : 'jasmine' ,
46
46
// The jasmine specs to run.
47
47
specs : [ 'protractor_spec.js' ] ,
48
+ // Jasmine options. Increase the timeout to 5min instead of the default 30s.
49
+ jasmineNodeOpts : {
50
+ // Default time to wait in ms before a test fails.
51
+ defaultTimeoutInterval : 5 * 60 * 1000
52
+ }
48
53
} ;
49
54
50
55
// Read arguments to the protractor command.
You can’t perform that action at this time.
0 commit comments