┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/testbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/testbase.h')
-rw-r--r--src/tests/testbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/testbase.h b/src/tests/testbase.h
index 433319db3..957d822c3 100644
--- a/src/tests/testbase.h
+++ b/src/tests/testbase.h
@@ -49,9 +49,9 @@ public:
/**
* Waits until the view emits its finishedPathLoading(const KUrl&) signal.
- * Returns false if it is not received within the given number of milliseconds.
+ * Asserts if the signal is not received within the given number of milliseconds.
*/
- static bool waitForFinishedPathLoading(DolphinView* view, int milliseconds=2000);
+ static void waitForFinishedPathLoading(DolphinView* view, int milliseconds=20000);
/** Reloads the view and waits for the finishedPathLoading(const KUrl&) signal. */
static void reloadViewAndWait(DolphinView* view);