# Three SmartLifecycle beans in the SAME phase, each needing 400 ms to stop

stop(Runnable) blocks (the default)  : close() took >= 1100 ms (sequential)
stop(Runnable) returns immediately   : close() took < 800 ms (concurrent)
