summaryrefslogtreecommitdiffstats
path: root/testing/raptor/raptor/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/raptor/raptor/manifest.py')
-rw-r--r--testing/raptor/raptor/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/raptor/raptor/manifest.py b/testing/raptor/raptor/manifest.py
index 509f74afb4..cae7af7c26 100644
--- a/testing/raptor/raptor/manifest.py
+++ b/testing/raptor/raptor/manifest.py
@@ -275,7 +275,7 @@ def write_test_settings_json(args, test_details, oskey):
"gecko_profile_entries": int(
test_details.get("gecko_profile_entries", 1000000)
),
- "gecko_profile_interval": int(
+ "gecko_profile_interval": float(
test_details.get("gecko_profile_interval", 1)
),
"gecko_profile_threads": ",".join(set(threads)),