File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ matrix:
48
48
49
49
# Run e2e tests (in zeppelin-web)
50
50
- jdk : " oraclejdk7"
51
- env : WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_MODULES="-pl zeppelin-web" TEST_PROJECTS="-Pweb-e2e -X "
51
+ env : WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_MODULES="-pl zeppelin-web" TEST_PROJECTS="-Pweb-e2e"
52
52
53
53
# Test core modules
54
54
# Several tests were excluded from this configuration due to the following issues:
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ exports.config = {
23
23
onPrepare : function ( ) {
24
24
// waiting for angular app is loaded
25
25
browser . ignoreSynchronization = true ;
26
- browser . manage ( ) . timeouts ( ) . pageLoadTimeout ( 40000 ) ;
27
- browser . manage ( ) . timeouts ( ) . implicitlyWait ( 25000 ) ;
26
+ browser . manage ( ) . timeouts ( ) . pageLoadTimeout ( 80000 ) ;
27
+ browser . manage ( ) . timeouts ( ) . implicitlyWait ( 50000 ) ;
28
28
29
29
// add reporter to display executed tests in console
30
30
var SpecReporter = require ( 'jasmine-spec-reporter' ) . SpecReporter ;
You can’t perform that action at this time.
0 commit comments