【问题标题】:A Jasmine spec timed out when resetting the WebDriver Control Flow重置 WebDriver 控制流时 Jasmine 规范超时
【发布时间】:2018-12-04 07:35:02
【问题描述】:

当我运行这个规范时,我遇到了这个问题。 我能做些什么来解决它?

【问题讨论】:

    标签: protractor


    【解决方案1】:

    在 .config 文件中,您将有一个名为 defaultTimeoutInterval 的变量将其设置为一个较大的值,如下所示:

     jasmineNodeOpts: {
            showColors: true,
            defaultTimeoutInterval: 300000,
            print: function() {}
        }
    

    【讨论】:

      猜你喜欢
      • 2019-10-31
      • 2015-05-14
      • 1970-01-01
      • 1970-01-01
      • 2015-08-27
      • 1970-01-01
      • 1970-01-01
      • 2018-08-17
      • 2014-09-09
      相关资源
      最近更新 更多