Skip to content

Commit

Permalink
qa: Adapt feature_notifications.py fix for Unit-e
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Saveliev <dima@thirdhash.com>
  • Loading branch information
dsaveliev committed Mar 1, 2019
1 parent 34a4ab9 commit a894b00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
59 changes: 0 additions & 59 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion test/functional/feature_notifications.py
Expand Up @@ -67,7 +67,7 @@ def run_test(self):
self.nodes[1].generate(41)
self.sync_all()

# Give bitcoind 10 seconds to write the alert notification
# Give united 10 seconds to write the alert notification
wait_until(lambda: len(os.listdir(self.alertnotify_dir)), timeout=10)

for notify_file in os.listdir(self.alertnotify_dir):
Expand Down

0 comments on commit a894b00

Please sign in to comment.