Skip to content

Commit bec33d2

Browse files
committed
MAINT: enlarge timeout for cosmodc2 notebook
1 parent c1dc0bd commit bec33d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tutorials/cosmodc2/cosmoDC2_TAP_access.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ kernelspec:
1010
display_name: Python 3 (ipykernel)
1111
language: python
1212
name: python3
13+
execution:
14+
timeout: 1600
1315
---
1416

1517

@@ -79,8 +81,8 @@ result = service.run_async(adql)
7981
result
8082
```
8183

82-
The above query shows that there are 597,488,849 redshifts in this table.
83-
Running ``count`` on an entire table is an expensive operation, therefore we ran it asynchronously to avoid any potential timeout issues.
84+
The above query shows that there are 597,488,849 redshifts in this table.
85+
Running ``count`` on an entire table is an expensive operation, therefore we ran it asynchronously to avoid any potential timeout issues.
8486
To learn more about synchronous versus asynchronous PyVO queries please read the [relevant PyVO documentation](https://pyvo.readthedocs.io/en/latest/dal/index.html#synchronous-vs-asynchronous-query).
8587

8688
+++

0 commit comments

Comments
 (0)