Skip to content

Commit 90e73b9

Browse files
committed
Increase demo timeout
1 parent 4a71a83 commit 90e73b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithms/differential_equations/time_marching/time_marching.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
" long_time_integrator(END_TIME, NUM_LONG_SLICES, qbe)\n",
834834
"\n",
835835
"\n",
836-
"prefereces = Preferences(optimization_level=0)\n",
836+
"prefereces = Preferences(optimization_level=0, timeout_seconds=500)\n",
837837
"execution_preferences = ExecutionPreferences(num_shots=1000000)\n",
838838
"qmod = create_model(\n",
839839
" main,\n",

algorithms/differential_equations/time_marching/time_marching.synthesis_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"output_format": ["qasm"],
3939
"pretty_qasm": true,
4040
"transpilation_option": "auto optimize",
41-
"timeout_seconds": 300,
41+
"timeout_seconds": 500,
4242
"random_seed": 590453799
4343
}
4444
}

0 commit comments

Comments
 (0)