Show More
@@ -1265,7 +1265,7 b' class TTest(Test):' | |||||
1265 | if ret != 0: |
|
1265 | if ret != 0: | |
1266 | return False, stdout |
|
1266 | return False, stdout | |
1267 |
|
1267 | |||
1268 | if 'slow' in reqs: |
|
1268 | if b'slow' in reqs: | |
1269 | self._timeout = self._slowtimeout |
|
1269 | self._timeout = self._slowtimeout | |
1270 | return True, None |
|
1270 | return True, None | |
1271 |
|
1271 |
General Comments 0
You need to be logged in to leave comments.
Login now