Skip to content

Commit

Permalink
nightly test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdebek committed Jun 25, 2024
1 parent 61b989e commit 62e5268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunner/dut.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def open(self):
# use custom preexec_fn to setup termios of child PTY
self.pexpect_proc = pexpect.spawn(*self.args, preexec_fn=self._set_termios_raw, **self.kwargs)
self._set_logfiles()
self.delayafterclose = 0.5


class HostDut(ProcessDut):
Expand Down

0 comments on commit 62e5268

Please sign in to comment.