From 85abc2c70b33012dad962e869987af7ac83f0476 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 26 Dec 2013 13:09:42 -0500 Subject: [PATCH] Added sleep(). --- extensions/yii/debug/controllers/DefaultController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/yii/debug/controllers/DefaultController.php b/extensions/yii/debug/controllers/DefaultController.php index 5c3c444..f51bbd6 100644 --- a/extensions/yii/debug/controllers/DefaultController.php +++ b/extensions/yii/debug/controllers/DefaultController.php @@ -116,6 +116,7 @@ class DefaultController extends Controller $this->summary = $data['summary']; return; } + sleep(2); } throw new NotFoundHttpException("Unable to find debug data tagged with '$tag'.");