Protractor ,Jasmine timeout issue

后端 未结 6 2224
灰色年华
灰色年华 2021-02-10 02:44

I\'m doing e2e-testing with Protractor and Jasmine. Our application is in Angular.

I have written given getPageTimeout: 500000, allScriptsTimeout: 600

6条回答
  •  醉话见心
    2021-02-10 02:48

    Try adding below timeoutinterval in config file

      jasmineNodeOpts: {
        defaultTimeoutInterval: 360000
      }
    

提交回复
热议问题