summaryrefslogtreecommitdiff
path: root/src/librygel-core/rygel-basic-management-test-nslookup.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/librygel-core/rygel-basic-management-test-nslookup.vala')
-rw-r--r--src/librygel-core/rygel-basic-management-test-nslookup.vala10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/librygel-core/rygel-basic-management-test-nslookup.vala b/src/librygel-core/rygel-basic-management-test-nslookup.vala
index 3ffe4929..b93c3d97 100644
--- a/src/librygel-core/rygel-basic-management-test-nslookup.vala
+++ b/src/librygel-core/rygel-basic-management-test-nslookup.vala
@@ -107,11 +107,11 @@ internal class Rygel.BasicManagementTestNSLookup : BasicManagementTest {
}
}
- private static const uint MAX_REPETITIONS = 100;
- private static const uint DEFAULT_REPETITIONS = 1;
- private static const uint MIN_INTERVAL_TIMEOUT = 1000;
- private static const uint MAX_INTERVAL_TIMEOUT = 30000;
- private static const uint DEFAULT_INTERVAL_TIMEOUT = 1000;
+ private const uint MAX_REPETITIONS = 100;
+ private const uint DEFAULT_REPETITIONS = 1;
+ private const uint MIN_INTERVAL_TIMEOUT = 1000;
+ private const uint MAX_INTERVAL_TIMEOUT = 30000;
+ private const uint DEFAULT_INTERVAL_TIMEOUT = 1000;
private struct Result {
public ProcessState state;