mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 14:58:50 +01:00
increate wait time on cli test
and re-enable the test
This commit is contained in:
parent
0902269bfd
commit
9a69b170fe
2 changed files with 4 additions and 4 deletions
|
|
@ -54,6 +54,6 @@ When /^I execute the add-todo script$/ do
|
|||
|
||||
# it seems aruba does not wait for process to end with interactively run command, but
|
||||
# continues anyway which will start cleaning up the database while the process is still running
|
||||
# so wait 2 secs for the process to finish
|
||||
sleep 2
|
||||
# so wait 2.5 secs for the process to finish
|
||||
sleep 2.5
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue