Skip to content

Commit

Permalink
feat: update map viz timeout to 120s (max)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 authored Sep 4, 2024
1 parent 69db08e commit 0dadb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualizations/nr-mapbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const timeRangeToNrql = timeRange => {
const gqlNrqlQuery = (accountId, query) => `{
actor {
account(id: ${accountId}) {
nrql(query: "${query}") {
nrql(query: "${query}", timeout: 120) {
results
}
}
Expand Down

0 comments on commit 0dadb4c

Please sign in to comment.