diff --git a/apps/stasher/python/src/stasher.py b/apps/stasher/python/src/stasher.py index 489214280a63e608a4fe6d2781e0900997dd9793..5afd3a720110d9b0f4c4b1b54b230ac6a0f2f2f1 100644 --- a/apps/stasher/python/src/stasher.py +++ b/apps/stasher/python/src/stasher.py @@ -163,10 +163,10 @@ runCore = True # timeouts - calibrate as needed timeout = { - 'ping' : 120, - 'findNode' : 120, - 'findData' : 120, - 'store' : 120, + 'ping' : 60, + 'findNode' : 60, + 'findData' : 60, + 'store' : 60, } logToSocket = None