Skip to content

Commit

Permalink
Merge pull request #3587 from vespa-engine/kkraune/fix-testing
Browse files Browse the repository at this point in the history
user integers
  • Loading branch information
kkraune authored Jan 20, 2025
2 parents 340706a + 3bdfa8e commit 34a720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pseudo_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def stop(self):
self._pty.close()

def run(self, command, verbose):
command_id = random.randint(10e4, 10e5)
command_id = random.randint(10000, 100000)
sentinel = "sentinel-{0}> exit code: ".format(command_id)
sentinel_pattern = re.compile(sentinel + "(\d+)")

Expand Down

0 comments on commit 34a720f

Please sign in to comment.