Changeset 371fcd5b in trunk
- Timestamp:
- 2020-05-07T20:54:50Z (5 years ago)
- Branches:
- master
- Children:
- c823ff1
- Parents:
- 72a51e90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified integration/test_grid_manager.py ¶
r72a51e90 r371fcd5b 174 174 carol.signalProcess('TERM') 175 175 yield carol._protocol.exited 176 time.sleep(1) 176 177 177 carol = yield util._run_node( 178 178 reactor, carol._node_dir, request, None, 179 179 ) 180 time.sleep(5)181 180 182 181 # try to put something into the grid, which should fail (because
Note: See TracChangeset
for help on using the changeset viewer.