remove histrogram, make bar chart wider, eliminate unused css, fix column formatting...
[plstackapi.git] / planetstack / hpc_wizard / bigquery_analytics.py
index 2e65707..994e837 100644 (file)
@@ -91,7 +91,7 @@ class BigQueryAnalytics:
        service = build('bigquery', 'v2', http=http)
 
         body = {"query": query,
-                "timeoutMs": 30000}
+                "timeoutMs": 60000}
         response = service.jobs().query(projectId=PROJECT_NUMBER, body=body).execute()
 
         return response