Skip to content

Commit

Permalink
Increase demo timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ravidalon committed Jan 8, 2025
1 parent 42fef13 commit e072422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
" long_time_integrator(END_TIME, NUM_LONG_SLICES, qbe)\n",
"\n",
"\n",
"prefereces = Preferences(optimization_level=0)\n",
"prefereces = Preferences(optimization_level=0, timeout_seconds=500)\n",
"execution_preferences = ExecutionPreferences(num_shots=1000000)\n",
"qmod = create_model(\n",
" main,\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"output_format": ["qasm"],
"pretty_qasm": true,
"transpilation_option": "auto optimize",
"timeout_seconds": 300,
"timeout_seconds": 500,
"random_seed": 590453799
}
}

0 comments on commit e072422

Please sign in to comment.