"""Test if any action should exit in five seconds in dryrun mode"""
sos_config_file = "config.yml"
//
with open(sos_config_file, "w") as sos_config:
sos_config.write("""
//
// global sos configuration file
After Change
//
if not os.path.isdir("crazy_path"):
os.mkdir("crazy_path")
os.mkdir(os.path.join("crazy_path", "more_crazy"))
with open(os.path.join("crazy_path", "crazy_master.sos"), "w") as crazy:
crazy.write("""
[0]
sos_run("cc", source="crazy_slave.sos")