We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cat -
1 parent 61287b1 commit 6df5557Copy full SHA for 6df5557
test/framework/run.py
@@ -1753,14 +1753,6 @@ def test_run_shell_cmd_timeout_stream(self):
1753
run_shell_cmd, cmd, timeout=.5, stream_output=True
1754
)
1755
1756
- # Failure on stdout read timeout
1757
- cmd = 'timeout 1 cat -'
1758
- with self.mocked_stdout_stderr():
1759
- self.assertErrorRegex(
1760
- EasyBuildError, "Timeout during `.*` after .* seconds",
1761
- run_shell_cmd, cmd, timeout=.5, stream_output=True
1762
- )
1763
-
1764
# Success
1765
cmd = 'sleep .5 && echo hello'
1766
with self.mocked_stdout_stderr():
0 commit comments