const src.elv.sh/pkg/shell.daemonWaitPerLoop

3 uses

	src.elv.sh/pkg/shell (current package)
		runtime.go#L27: 	daemonWaitPerLoop = 10 * time.Millisecond
		runtime.go#L166: 		time.Sleep(daemonWaitPerLoop)
		runtime.go#L168: 	return cl, fmt.Errorf("daemon unreachable after waiting for %s", daemonWaitLoops*daemonWaitPerLoop)