Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Nov 10, 2024
1 parent 36c953c commit 68505a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __setup(self):
str(self._target.absolute()) # type: ignore pylint: disable=E1101
)
)
# ]

self._process = subprocess.Popen(self._command)
assert self._process.pid > 0
time.sleep(RPYC_SPAWN_TIME)
Expand Down

0 comments on commit 68505a6

Please sign in to comment.