diff --git a/uptime.install b/uptime.install
index e4059bb..6a49893 100644
--- a/uptime.install
+++ b/uptime.install
@@ -9,6 +9,10 @@
  */
 function uptime_install() {
   variable_set('uptime_ratio', st('[Error]') . ' ');
+  // Enable the test submodule.
+  module_enable(array('uptime_widget_test'), 'FALSE');
+  // Grab the uptime ratio related to the test API key.
+  drupal_cron_run();
   $t = get_t();
   $text = $t('Congrats! All pages now contain an uptime widget in the footer. !config_link and change the block settings at !blocks_link.', array(
     '!config_link' => l($t('Get an API key'), 'admin/config/system/uptime'),
