Index: ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/apply/helper/ApplyHelper.java =================================================================== diff -u -r18439 -r18634 --- ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/apply/helper/ApplyHelper.java (.../ApplyHelper.java) (revision 18439) +++ ssts-web/src/test/java/test/forgon/disinfectsystem/selenium/apply/helper/ApplyHelper.java (.../ApplyHelper.java) (revision 18634) @@ -160,7 +160,7 @@ // throw new RuntimeException("提交失败!"); // } //这里等待提交完成暂时改成用until方式,上面的方法好像不太稳定 - WebDriverWait waitSetting = new WebDriverWait(Utils.driver, 8, 400); + WebDriverWait waitSetting = new WebDriverWait(Utils.driver, 15, 500); if (!waitSetting.until(ExpectedConditions.textToBePresentInElementLocated(By.id("extTipMsg"), "成功"))) { throw new RuntimeException("提交失败!");