Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 17, 2024
1 parent 83a004f commit fa1c622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions tests/schains/monitor/containers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ def test_monitor_schain_container_ec(
schain_record = upsert_schain_record(schain_db)
schain = get_schain_struct(schain_name=schain_db)

run_custom_schain_container(dutils, schain.name, entrypoint=['sh', 'exit', '1'])
# To make sure container initializaed
time.sleep(2)

run_custom_schain_container(dutils, schain.name, entrypoint=['sh', 'exit', '1'])
# To make sure container initializaed
time.sleep(2)
Expand Down
2 changes: 1 addition & 1 deletion tests/schains/monitor/rpc_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime
import time
import json
import time
from unittest import mock

import freezegun
Expand Down

0 comments on commit fa1c622

Please sign in to comment.