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