Skip to content

Commit

Permalink
synch task interval change (for tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Dec 4, 2019
1 parent 0decd21 commit 7c63c3a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ public void setUpResourceAndSynchronizationTask() throws ConfigurationException,
.and()
.schedulingTable()
.clickCheckBox("Recurring task")
.addAttributeValue("Schedule interval (seconds)","1")
.addAttributeValue("Schedule interval (seconds)","30")
.and()
.clickSave()
.feedback()
Expand Down

0 comments on commit 7c63c3a

Please sign in to comment.